

.container_privacy {
    max-width: 1753px;
    
    overflow: visible;

}

.breadcrumbs-privacy {
    display: flex;
    align-items: center;
    padding-top: 10px;
    
}

.breadcrumbs-main-privacy {
    font-size: 12px;
    color: #242424;
    text-decoration: none;
    border: 1px solid;
    padding: 3px 15px;
    font-weight: 500;
}

.breadcrumbs-arrow-privacy {
    margin: 0 10px;
    color: #272727;

}


.breadcrumbs-link-privacy {
    font-size: 12px;
    color: #242424;
    text-decoration: none;
    font-weight: 500;
}


.wrapper-privacy {
    /* margin: 27px 0px 0px 67px; */
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    scrollbar-width: thin;
    
}


.title_privacy {
    margin-top: 10px;
}

.h1_privacy {
    margin-top: 27px;
    font-weight: 700
    
}


.h2_privacy {
    font-weight: 600;
    font-size: 20px;
}

.subtitle_privacy {
    margin: 0px 0px 0px 26px;
}

.subtitle_privacy_png {
    display: flex;
    justify-content: space-between;
}

.img {
    margin-top: 7px;
    width: 185px;
}

.bottom_subtitle_privacy {
    margin: 0px 0px 0px 40px;
}

.h3_privacy {
    font-size: 24px;
    font-weight: 600;
}



.h3_privacy_rg {
    font-size: 18px;
    font-weight: 400;
}


.h3_privacy-bottom {
    font-size: 18px;
    font-weight: 600;
}


.li_privacy {
    font-size: 20px;
    font-style: italic;
    /* line-height: 25px; */
    flex-direction: column;
}

.ul_privacy {
    margin: 0px 0px 0px 40px;
}

.btn_privacy {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}



.btn_privacy_items {
    display: flex;
    text-decoration: none;
    background-color: rgb(255, 93, 12);
    color: antiquewhite;
    width: 226px;
    height: 40px;
    border: none;
    border-radius: 12px;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    font-size: 18px;
}



/* @media (max-width: 1900px) {
    .menu-wrap {
        overflow: hidden;
    }
} */

@media (max-width: 1022px) {

    .h3_privacy {
        font-size: 21px;
    }

    .ul_privacy {
        margin: 0px 0px 0px 4px;
    }

    .subtitle_privacy {
        margin: 0px 0px 0px 12px;
    }

    .breadcrumbs-privacy {
        margin-top: 67px;
    }

    
    
}


@media (max-width: 800px) {
    
    .h2_privacy {
        font-size: 19px;
    } 

    .h3_privacy_rg {
        font-size: 15px;
    }

    .h3_privacy {
        font-size: 19px;
    }

    .li_privacy {
        font-size: 15px;
    }
    
    .img {
        display: none;
    }

    
}